Gets an array of historian connection objects that satisfy the filter criteria specified in the request body.
The request body is of type object.
Overview
 |
 |
 |
connectionID : string
provides a wild card string to filter historian connections by their ConnectionID.
|
 |
serverName : string
provides a wild card string to filter historian connections by their Server name.
|
 |
description : string
provides a wild card string to filter historian connections by their Description.
| |
 |
limit : integer
|
 |
skip : integer
| |
The response body is of type HistorianConnectionsGetResponse.
The collection of historian connections that satify the query.
Overview
 |
HistorianConnectionsGetResponse
The results of the historian connections get query.
 |
HistorianConnections : Array[CimHistorianConnection]
An array of the historian connections that satify the query criteria.
 |
ConnectonID : string
The Id of historian connection.
|
 |
ServerName : string
The server that the connection will connect to.
|
 |
Description : string
The desciption of the connection.
|
 |
UserID : string
The user ID the connection is made with.
|
 |
Passsword : string
The password the connection is made with. This password will not be in get responses. It may be in create/update requests.
|
 |
UsesIdentity : boolean
set it to true to specify user name and password.
| | |